Node.child_by_field_id

Get the first child with the given field name.

If multiple children may have the same field name, access them using children_by_field_name

struct Node
const @nogc nothrow
child_by_field_id
(
ushort field_id
)

Return Value

Type: auto

A Nulllable!Node

Meta